home *** CD-ROM | disk | FTP | other *** search
- Path: kuhub.cc.ukans.edu!anh
- From: anh@kuhub.cc.ukans.edu (TRAN PHAN ANH)
- Newsgroups: comp.lang.c,comp.lang.c++
- Subject: Re: [Q] Any utility to attack misuse of comment /* */
- Message-ID: <1996Apr18.100923.118060@kuhub.cc.ukans.edu>
- Date: 18 Apr 96 10:09:23 CDT
- References: <4l32et$bhm@sun.rhbnc.ac.uk>
- Organization: University of Kansas Academic Computing Services
-
-
- A side not to comment out blocks of code with comments.
-
- I tend to use this quickie approach...
-
- #ifdef fsfsfsf
- ...
- #endif
-
-
- Anh
-
-
- In article <4l32et$bhm@sun.rhbnc.ac.uk>, Jim Hu <jim@gl.rhbnc.ac.uk> writes:
- > Ho, there,
- >
- > I found out gcc and C provided by SGI for irix fail
- > to find out bug like this
- >
- > /*
- > statements;
- >
- > /*
- > comments
- > */
- >
- > other_statements;
- >
- >
- > As you can, */ is missed out in the first case, the compilers
- > failed to find out this obvious error. Is there any free utility to
- > attack this bug. This bug can easily appear when you comment/uncomment
- > frequently.
- >
- > Please help via email or send me a copy if reply here.
- >
- >
- > Jim
- >
- >
- > My question is, is there any free utility available to attack
- >
-